[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DISPTEXT IEXP1,IEXP2

 Function
  Display a prompt specified by IEXP1 from the PCBTEXT file using flags
  specified by IEXP2.  Valid flags are: BELL, DEFS, LFAFTER, LFBEFORE,
  LOGIT, LOGITLEFT, and NEWLINE.

 Syntax
  DISPTEXT rec,flags

   rec   - An integer expression with the PCBTEXT record number to
           display.
   flags - An integer expression with display flags.

 Remarks
  This statement will allow you to display any prompt from the PCBTEXT
  file to the user according to a set of display flags.  Valid display
  flags are BELL, DEFS, LFAFTER, LFBEFORE, LOGIT, LOGITLEFT, and NEWLINE.

   BELL        Sound a bell when prompt displayed
   DEFS        Use default values(if used with other flags, has no effect)
   LFAFTER     Send an extra line feed after user presses enter
   LFBEFORE    Send an extra line feed before prompt display
   LOGIT       Log text to callers log
   LOGITLEFT   Log text to callers log, forcing left justification
   NEWLINE     Send a line feed after user presses enter

  To use these flag constants simply add the ones you need together.

 Examples
  DISPTEXT 192,BELL+NEWLINE+LOGIT
  HANGUP

See Also: BELL DEFS LFAFTER LFBEFORE LOGIT LOGITLEFT NEWLINE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson